-
1 raise an event
"Perform an action, such as clicking a control in a graphical user interface, leading to the execution of a piece of code." -
2 ASP.NET
"A set of technologies in the Microsoft.NET Framework for building Web applications and XML Web services. ASP.NET pages execute on the server and generate markup (such as HTML, WML, or XML) that is sent to a desktop or mobile browser. ASP.NET pages use a compiled, event-driven programming model that improves performance and enables the separation of application logic and user interface. ASP.NET pages and XML Web services files created using ASP.NET contain server-side (rather than client-side) logic written in Visual Basic.NET, C#.NET, or any.NET-compatible language. Web applications and XML Web services take advantage of the features of the common language runtime, such as type safety, inheritance, language interoperability, versioning, and integrated security."ASP.NET
См. также в других словарях:
Event dispatching thread — The event dispatching thread (EDT) is a background thread used in Java to process events from the Abstract Windowing Toolkit (AWT) graphical user interface event queue. These events are primarily update events that cause user interface components … Wikipedia
Event handler — In computer programming, an event handler is an asynchronous callback subroutine that handles inputs received in a program. Each event is a piece of application level information from the underlying framework, typically the GUI toolkit. GUI… … Wikipedia
Event loop — In computer science, the event loop, message dispatcher, message loop, message pump, or run loop is a programming construct that waits for and dispatches events or messages in a program. It works by polling some internal or external event… … Wikipedia
Interface neuronale directe — Pour les articles homonymes, voir IND et BCI. Schéma d une interface neuronale directe Une interface neuronale directe aussi appelée IND ou BCI … Wikipédia en Français
Event model — The event model is a programming paradigm commonly used in building graphical user interfaces. A very common and very programmer friendly variant is the delegate event model , which is provided by the most popular graphic frameworks.Delegate… … Wikipedia
Event (computing) — In computing an event is an action that is usually initiated outside the scope of a program and that is handled by a piece of code inside the program. Typically events are handled synchronous with the program flow, that is, the program has one or … Wikipedia
Event data recorder — An Event Data Recorder or EDR is a device installed in some automobiles and trucks to record information related to vehicle crashes or accidents. Information from these devices can be collected after a crash and analyzed to help determine what… … Wikipedia
Event-related potential — An event related potential (ERP) is any stereotyped electrophysiological response to an internal or external stimulus. More simply, it is any measured brain response that is directly the result of a thought or perception. MeasurementERPs can be… … Wikipedia
Interface (novel) — infobox Book | name = Interface title orig = translator = image caption = First edition cover credited to Stephen Bury author = Neal Stephenson and George Jewsbury cover artist = Bruce Jensen country = United States language = English series =… … Wikipedia
Brain–computer interface — Neuropsychology Topics Brain computer interface … Wikipedia
Java AWT Native Interface — is an interface for the Java programming language that enables rendering libraries compiled to native code to draw directly to a Java Abstract Window Toolkit (AWT) Javadoc:SE|java/awt|Canvas object drawing surface.The Java Native Interface (JNI)… … Wikipedia